Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / IConvertible<T> Interface / ConvertTo Method


In This Topic
ConvertTo Method (IConvertible<T>)
In This Topic
Converts this object to the T value.
Syntax
'Declaration
 
Function ConvertTo() As T
 
'Usage
 
Dim instance As IConvertible(Of T)
Dim value As T
 
value = instance.ConvertTo()

Return Value

The converted value as T type.
See Also